-
Notifications
You must be signed in to change notification settings - Fork 2
Smoke test #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smoke test #115
Conversation
…cution of untrusted code Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a smoke test workflow to validate SDK examples and updates documentation to remove broadcast flags from workflow simulation commands.
- Adds comprehensive GitHub Actions smoke test workflow for continuous integration
- Removes
--broadcast
flags from workflow simulation examples in documentation - Aligns documentation examples with actual test execution commands
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
.github/workflows/smoke-test.yml | Adds new CI workflow with system setup, dependency installation, and workflow simulation tests |
packages/cre-sdk-examples/README.md | Updates documentation to remove --broadcast flags from simulation commands |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
It might be worth breaking out the different tests into separate jobs at some point. That is, it will eventually get annoying if you have to re-run the standard tests or workflow simulation when there is just a lint issue.
Adds CRE CLI simulation of
hello-world
workflow as part of the required health checks.